home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / dg53.zip / DGH.BAT < prev    next >
DOS Batch File  |  1997-02-08  |  327b  |  16 lines

  1. @echo off
  2. rem get dg help
  3. rem be sure dg is in your path
  4. rem modify dg and type lines below with path to dgman file
  5. if %1FF==FF goto noargs
  6. dg -ddkCF1 %1 dgman
  7. goto end
  8. :noargs
  9. echo dgh usage:   dgh -y for help on -y
  10. echo ENTER to view dgman
  11. pause
  12. echo ==================================
  13. type dgman | more
  14. :end
  15.  
  16.